API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsScripts
Environments
EnvironmentManager.h
1
// EnvironmentManager.h
3
//
5
6
namespace
nkScripts
7
{
13
class
DLL_SCRIPTS_EXPORT
EnvironmentManager
final :
public
nkCommon::SingletonClass<EnvironmentManager>
14
{
15
public :
16
25
Environment
*
createOrRetrieve
(
const
nkMemory::StringView
& name) ;
26
} ;
27
}
28
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition:
Environment.h:14
nkScripts
Encompasses all API of component NilkinsScripts.
Definition:
Environment.h:7
nkScripts::EnvironmentManager::createOrRetrieve
Environment * createOrRetrieve(const nkMemory::StringView &name)
nkScripts::EnvironmentManager
Manages the environments available.
Definition:
EnvironmentManager.h:14
nkMemory::StringView
Class holding information about a string, with no ownership over the data.
Definition:
StringView.h:22
Generated by
Doxygen
1.8.18